type crypto/internal/hpke.uint128

7 uses

	crypto/internal/hpke (current package)
		hpke.go#L135: 	seqNum uint128
		hpke.go#L315: type uint128 struct {
		hpke.go#L319: func (u uint128) addOne() uint128 {
		hpke.go#L321: 	return uint128{u.hi + carry, lo}
		hpke.go#L324: func (u uint128) bitLen() int {
		hpke.go#L328: func (u uint128) bytes() []byte {